Component org.nuxeo.ecm.user.center.profile.UserProfileService
In bundle org.nuxeo.ecm.user.center.profile
Documentation
Component and Service to manage the user profile
Implementation
Class:
org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl
Services
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.UserProfileService">
<require>org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService</require>
<implementation class="org.nuxeo.ecm.user.center.profile.UserProfileServiceImpl" />
<documentation>
Component and Service to manage the user profile
@author Quentin Lamerand (qlamerand@nuxeo.com)
</documentation>
<service>
<provide interface="org.nuxeo.ecm.user.center.profile.UserProfileService" />
</service>
</component>